GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-16T17:45:19.1763669+00:00",
"SubmitDate": "2026-03-16T17:45:19.1763669+00:00",
"ReportPeriodStart": "2026-03-16T17:45:19.1763669+00:00",
"ReportPeriodEnd": "2026-03-16T17:45:19.1763669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e6611dc5-bd20-4eb5-a199-ac730a159923",
"Rows": [
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e6611dc5-bd20-4eb5-a199-ac730a159923",
"Rows": [
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"41c047d9-2928-4d8c-a335-722c85db4f8e",
"7dc121a5-c4dc-4cfb-8ec9-34e508f9a159"
],
"Approvers": [
"d725df1b-cd98-40ce-9ac9-1d118c4dace3",
"210d592e-55a0-4cc9-b46d-11655f0f820c"
],
"ApprovedBy": "ffa6a781-caa3-4b6f-a6b2-f9b38bbc521e",
"ApprovalDate": "2026-03-16T17:45:19.1763669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d1b7648-0035-49d7-9ad5-3a0265d0597b",
"id": "5c12671e-f4f6-4fe5-9402-758af1d86e21",
"ConfigId": "2ba71651-846a-4b5f-bf1a-094088e99d16"
},
{
"GenerationDate": "2026-03-16T17:45:19.1763669+00:00",
"SubmitDate": "2026-03-16T17:45:19.1763669+00:00",
"ReportPeriodStart": "2026-03-16T17:45:19.1763669+00:00",
"ReportPeriodEnd": "2026-03-16T17:45:19.1763669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e6611dc5-bd20-4eb5-a199-ac730a159923",
"Rows": [
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e6611dc5-bd20-4eb5-a199-ac730a159923",
"Rows": [
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56cd89fa-7ee8-4676-8122-a8f3fb99ebee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"41c047d9-2928-4d8c-a335-722c85db4f8e",
"7dc121a5-c4dc-4cfb-8ec9-34e508f9a159"
],
"Approvers": [
"d725df1b-cd98-40ce-9ac9-1d118c4dace3",
"210d592e-55a0-4cc9-b46d-11655f0f820c"
],
"ApprovedBy": "ffa6a781-caa3-4b6f-a6b2-f9b38bbc521e",
"ApprovalDate": "2026-03-16T17:45:19.1763669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d1b7648-0035-49d7-9ad5-3a0265d0597b",
"id": "5c12671e-f4f6-4fe5-9402-758af1d86e21",
"ConfigId": "2ba71651-846a-4b5f-bf1a-094088e99d16"
}
]